home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / README < prev   
Text File  |  1993-07-06  |  3KB  |  71 lines

  1. This directory tree holds version 19.16 of GNU Emacs, the extensible,
  2. customizable, self-documenting real-time display editor.
  3.  
  4. See the files `etc/NEWS' and `etc/news.texi' for information on new
  5. features and other user-visible changes since the last version of
  6. Emacs.
  7.  
  8. The file INSTALL in this directory says how to bring up GNU Emacs on
  9. Unix, once you have loaded the entire subtree of this directory.
  10.  
  11. Note that the Emacs installation procedure has changed since version
  12. 18; you will probably want to read the file INSTALL even if you have
  13. installed Emacs before.  The new procedure is intended to simplify
  14. Emacs installation, and make it easier to have several versions of
  15. Emacs for several architectures installed simultaneously.
  16.  
  17. The file PROBLEMS contains information on many common problems that
  18. occur in building, installing and running Emacs.
  19.  
  20. Reports of bugs in Emacs should be sent to the mailing list
  21. bug-gnu-emacs@prep.ai.mit.edu.  See the "Bugs" node of the info tree
  22. for more information on how to report bugs.  See `etc/MAILINGLISTS'
  23. for more information on mailing lists relating to GNU products.
  24.  
  25. The `etc' subdirectory contains several other files, named in
  26. capital letters, which you should look at when installing GNU Emacs.
  27.  
  28. The file `configure' is a shell script to acclimate Emacs to the
  29. oddities of your processor and operating system.  It will create two
  30. files named `build-install' (a shell script) and `Makefile' (a script
  31. for the `make' program), which help automate the process of building
  32. and installing emacs.  See INSTALL for more detailed information.
  33.  
  34. The file `configure.in' is the input used by the autoconf program to
  35. construct the `configure' script.  Since Emacs has configuration
  36. requirements that autoconf can't meet, `configure.in' uses an unholy
  37. marriage of custom-baked configuration code and autoconf macros; it
  38. may be wise to avoid rebuilding `configure' from `configure.in' when
  39. possible.
  40.  
  41. The files `Makefile.in' and `build-install.in' are templates used by
  42. `configure' to create `Makefile' and `build-install'.
  43.  
  44. The file `make-dist' is a shell script to build a distribution tar
  45. file from the current Emacs tree, containing only those files
  46. appropriate for distribution.  If you make extensive changes to Emacs,
  47. this script will help you distribute your version to others.
  48.  
  49. There are several subdirectories:
  50.  
  51. `src' holds the C code for Emacs (the Emacs Lisp interpreter and its
  52.     primitives, the redisplay code, and some basic editing functions).
  53. `lisp' holds the Emacs Lisp code for Emacs (most everything else).
  54. `lib-src' holds the source code for some utility programs for use by
  55.     or with Emacs, like movemail and etags.
  56. `etc' holds miscellaneous architecture-independent data files
  57.     Emacs uses, like the tutorial text and the Zippy the Pinhead quote
  58.     database.  The contents of the `lisp', `info' and `man'
  59.     subdirectories are architecture-independent too.
  60.  
  61. `info' holds the Info documentation tree for Emacs.
  62. `man' holds the source code for the Emacs manual.
  63.  
  64. `cpp' holds a C preprocessor for use instead of the installed one when
  65.     the installed one fails to distinguish more than 8 characters in a
  66.     symbol name.
  67. `shortnames' holds programs and data files for creating files of
  68.     #define's used to convert long symbol names to distinct sort ones
  69.     for C compiles that cannot distinguish more than 8 characters.
  70. `vms' holds instructions and useful files for running Emacs under VMS.
  71.